home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Skype 3.8.0.188 / SkypeSetup.exe / 0 / RCDATA / TSSCONFIRMFORM / TSSCONFIRMFORM.txt
Text File  |  2008-11-21  |  3KB  |  129 lines

  1. object ssConfirmForm: TssConfirmForm
  2.   Left = 290
  3.   Top = 310
  4.   ActiveControl = CancelButton
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   ClientHeight = 376
  8.   ClientWidth = 410
  9.   Color = clWhite
  10.   Constraints.MinHeight = 190
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   OnKeyDown = TntFormKeyDown
  22.   OnShow = TntFormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object BGImage: TImage
  26.     Left = 0
  27.     Top = 0
  28.     Width = 410
  29.     Height = 376
  30.     Align = alClient
  31.     AutoSize = True
  32.   end
  33.   object SkipButton: TTntButton
  34.     Left = 312
  35.     Top = 335
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'Skip'
  39.     ModalResult = 5
  40.     TabOrder = 0
  41.   end
  42.   object CancelButton: TTntButton
  43.     Left = 224
  44.     Top = 335
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'Cancel'
  48.     ModalResult = 2
  49.     TabOrder = 1
  50.   end
  51.   object OkButton: TTntButton
  52.     Left = 136
  53.     Top = 335
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'Ok'
  57.     ModalResult = 1
  58.     TabOrder = 2
  59.   end
  60.   object TntPanel1: TTntPanel
  61.     Left = 70
  62.     Top = 64
  63.     Width = 310
  64.     Height = 257
  65.     BevelOuter = bvNone
  66.     Color = clWhite
  67.     ParentBackground = False
  68.     TabOrder = 3
  69.     object MsgLabel: TTntLabel
  70.       Left = 0
  71.       Top = 0
  72.       Width = 310
  73.       Height = 13
  74.       Align = alTop
  75.       Caption = 'Info!'
  76.       Color = clWhite
  77.       ParentColor = False
  78.       WordWrap = True
  79.     end
  80.     object LinkLabel: TTntLabel
  81.       Left = 0
  82.       Top = 171
  83.       Width = 310
  84.       Height = 13
  85.       Align = alBottom
  86.       AutoSize = False
  87.       Caption = 'http://'
  88.       Color = clWhite
  89.       ParentColor = False
  90.       Visible = False
  91.       OnClick = LinkLabelClick
  92.     end
  93.     object TntPanel2: TTntPanel
  94.       Left = 0
  95.       Top = 184
  96.       Width = 310
  97.       Height = 73
  98.       Align = alBottom
  99.       BevelOuter = bvNone
  100.       Color = clWhite
  101.       ParentBackground = False
  102.       TabOrder = 0
  103.       Visible = False
  104.       object rbClose: TTntRadioButton
  105.         Left = 0
  106.         Top = 9
  107.         Width = 310
  108.         Height = 26
  109.         Caption = 
  110.           'Automatically close applications and attempt to restart them aft' +
  111.           'er setup is complete'
  112.         Checked = True
  113.         TabOrder = 0
  114.         TabStop = True
  115.         WordWrap = True
  116.       end
  117.       object rbDoNotClose: TTntRadioButton
  118.         Left = 0
  119.         Top = 46
  120.         Width = 310
  121.         Height = 26
  122.         Caption = 'Do not close applications (a reboot will be required)'
  123.         TabOrder = 1
  124.         WordWrap = True
  125.       end
  126.     end
  127.   end
  128. end
  129.